TsgHashList
Unit:sgLists
Description
TsgHashList
stores an array of pointers.
Syntax
type TsgHashList = class(TsgInterfacedObject, IsgCollectionPointer)
Properties
Properties | Description |
---|---|
Count | The property indicates the number of entries in the list that are in use. |
Items | The property specifies a separate item in the list by its index. |
Methods
Methods | Description |
---|---|
Add | The method inserts a new item at the end of the list. |
Clear | The method deletes all items from the list. |
CopyFrom | The method copies data from a specified list to this list. |
CopyTo | The method copies data from this list to a specified list. |
Create | The method creates a new list and initializes its data. |
Delete | The method removes the item at the position given by the parameter. |
Destroy | The method destroys an instance of TsgHashList . |
IndexOf | The method returns the index of the first entry in the Items array with a specified value. |
Remove | The method deletes the first reference to the Item parameter from the Items array. |